From: Richard M. Stallman Date: Mon, 24 May 1993 17:45:04 +0000 (+0000) Subject: Fix typo in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96033 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c0f0a4a2c3418700bf892a9d07ec78d95e78397e;p=emacs.git Fix typo in last change. --- diff --git a/src/floatfns.c b/src/floatfns.c index 7d741ff1443..999d0a86399 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -65,7 +65,7 @@ extern double logb (); # endif #endif -#ifndef NO_MATHERR +#ifdef NO_MATHERR #undef HAVE_MATHERR #endif